Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.2K
Views
No hint path defined for [mail] Laravel 8

In my Laravel Project i am trying to use Email sender and i use Mailable and a Job in a queue and that is working fine, but now i am trying to send a email using markdown and for some reason is not working bcs of this error: "No hint path defined for [mail]"

in Mailable:

{
    use Queueable, SerializesModels;

    /**
     * Create a new message instance.
     *
     * @return void
     */
    public function __construct()
    {
        //
    }

    /**
     * Build the message.
     *
     * @return $this
     */
    public function build()
    {
        return $this->markdown('emails.orders.shipped',['url'=>'www.google.com']);
    }
} 

and this is blade view, its the default example of Laravel docs:

@component('mail::message')
# Introduction

The body of your message.

@component('mail::button', ['url' => $url])
Button Text
@endcomponent

Thanks,<br>
@endcomponent

I need to pass a url that is gonna be a string.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

i have try this script it is working fine may be it is the issue of cache you can try this command

php artisan optimize:clear
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!